home *** CD-ROM | disk | FTP | other *** search
- # Properties file for QuickNotepad plugin
- # $Id: QuickNotepad.props,v 1.12 2003/04/30 05:28:54 spestov Exp $
-
- # jEdit only needs to load the plugin the first time the user accesses it
- # the presence of this property also tells jEdit the plugin is using the new API
- plugin.QuickNotepadPlugin.activate=defer
-
- # These two properties are required for all plugins
- plugin.QuickNotepadPlugin.name=QuickNotepad
- plugin.QuickNotepadPlugin.author=John Gellene
-
- # version number == jEdit version number
- plugin.QuickNotepadPlugin.version=4.2
-
- # online help
- plugin.QuickNotepadPlugin.docs=index.html
-
- # we only have one dependency, jEdit 4.2, since we use the new plugin API
- plugin.QuickNotepadPlugin.depend.0=jedit 04.02.01.00
-
- # plugin menu
- plugin.QuickNotepadPlugin.menu=quicknotepad \
- - \
- quicknotepad.choose-file \
- quicknotepad.save-file \
- quicknotepad.copy-to-buffer
-
- # action labels for actions supplied by dockables.xml
- quicknotepad.label=QuickNotepad
-
- # action labels for actions supplied by actions.xml
- quicknotepad.choose-file.label=Choose notepad file
- quicknotepad.save-file.label=Save notepad file
- quicknotepad.copy-to-buffer.label=Copy notepad to buffer
-
- # plugin option pane
- plugin.QuickNotepadPlugin.option-pane=quicknotepad
-
- # Option pane activation BeanShell snippet
- options.quicknotepad.code=new QuickNotepadOptionPane();
-
- # Option pane labels
- options.quicknotepad.label=QuickNotepad
- options.quicknotepad.file=File:
- options.quicknotepad.choose-file=Choose
- options.quicknotepad.choose-file.title=Choose a notepad file
- options.quicknotepad.choose-font=Font:
- options.quicknotepad.show-filepath.title=Display notepad file path
-
- # window title
- quicknotepad.title=QuickNotepad
-
- # window toolbar buttons
- quicknotepad.choose-file.icon=Open.png
- quicknotepad.save-file.icon=Save.png
- quicknotepad.copy-to-buffer.icon=CopyToBuffer.png
-
- # default settings
- options.quicknotepad.show-filepath=true
- options.quicknotepad.font=Monospaced
- options.quicknotepad.fontstyle=0
- options.quicknotepad.fontsize=14
-
- # Setting not defined but supplied for completeness
- options.quicknotepad.filepath=
-